home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / grub / i386-pc / config.h < prev    next >
C/C++ Source or Header  |  2009-10-29  |  5KB  |  165 lines

  1. /* config.h.  Generated from config.h.in by configure.  */
  2. /* config.h.in.  Generated from configure.ac by autoheader.  */
  3.  
  4. /* Define it if GAS requires that absolute indirect calls/jumps are not
  5.    prefixed with an asterisk */
  6. /* #undef ABSOLUTE_WITHOUT_ASTERISK */
  7.  
  8. /* Define if building universal (internal helper macro) */
  9. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  10.  
  11. /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */
  12. #define ADDR32 addr32
  13.  
  14. /* Define it to one of __bss_start, edata and _edata */
  15. #define BSS_START_SYMBOL __bss_start
  16.  
  17. /* Define it to \"data32\" or \"data32;\" to make GAS happy */
  18. #define DATA32 data32
  19.  
  20. /* Define it to either end or _end */
  21. #define END_SYMBOL end
  22.  
  23. /* Define if C symbols get an underscore after compilation */
  24. /* #undef HAVE_ASM_USCORE */
  25.  
  26. /* Define to 1 if you have the `asprintf' function. */
  27. #define HAVE_ASPRINTF 1
  28.  
  29. /* Define to 1 if you have the <curses.h> header file. */
  30. /* #undef HAVE_CURSES_H */
  31.  
  32. /* Define to 1 if you have the <inttypes.h> header file. */
  33. #define HAVE_INTTYPES_H 1
  34.  
  35. /* Define to 1 if you have the `memalign' function. */
  36. #define HAVE_MEMALIGN 1
  37.  
  38. /* Define to 1 if you have the <memory.h> header file. */
  39. #define HAVE_MEMORY_H 1
  40.  
  41. /* Define to 1 if you have the <ncurses/curses.h> header file. */
  42. /* #undef HAVE_NCURSES_CURSES_H */
  43.  
  44. /* Define to 1 if you have the <ncurses.h> header file. */
  45. #define HAVE_NCURSES_H 1
  46.  
  47. /* Define to 1 if you have the `posix_memalign' function. */
  48. #define HAVE_POSIX_MEMALIGN 1
  49.  
  50. /* Define to 1 if you have the <stdint.h> header file. */
  51. #define HAVE_STDINT_H 1
  52.  
  53. /* Define to 1 if you have the <stdlib.h> header file. */
  54. #define HAVE_STDLIB_H 1
  55.  
  56. /* Define to 1 if you have the <strings.h> header file. */
  57. #define HAVE_STRINGS_H 1
  58.  
  59. /* Define to 1 if you have the <string.h> header file. */
  60. #define HAVE_STRING_H 1
  61.  
  62. /* Define to 1 if you have the <sys/stat.h> header file. */
  63. #define HAVE_SYS_STAT_H 1
  64.  
  65. /* Define to 1 if you have the <sys/types.h> header file. */
  66. #define HAVE_SYS_TYPES_H 1
  67.  
  68. /* Define to 1 if you have the <unistd.h> header file. */
  69. #define HAVE_UNISTD_H 1
  70.  
  71. /* Define to 1 if you have the <usb.h> header file. */
  72. /* #undef HAVE_USB_H */
  73.  
  74. /* Define to 1 if you enable memory manager debugging. */
  75. /* #undef MM_DEBUG */
  76.  
  77. /* Define to 1 if GCC generates calls to __enable_execute_stack() */
  78. /* #undef NEED_ENABLE_EXECUTE_STACK */
  79.  
  80. /* Catch gcc bug */
  81. /* #undef NESTED_FUNC_ATTR */
  82.  
  83. /* Define to the address where bug reports for this package should be sent. */
  84. #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
  85.  
  86. /* Define to the full name of this package. */
  87. #define PACKAGE_NAME "GRUB"
  88.  
  89. /* Define to the full name and version of this package. */
  90. #define PACKAGE_STRING "GRUB 1.97~beta4"
  91.  
  92. /* Define to the one symbol short name of this package. */
  93. #define PACKAGE_TARNAME "grub"
  94.  
  95. /* Define to the home page for this package. */
  96. #define PACKAGE_URL ""
  97.  
  98. /* Define to the version of this package. */
  99. #define PACKAGE_VERSION "1.97~beta4"
  100.  
  101. /* The size of `long', as computed by sizeof. */
  102. #define SIZEOF_LONG 4
  103.  
  104. /* The size of `void *', as computed by sizeof. */
  105. #define SIZEOF_VOID_P 4
  106.  
  107. /* Define to 1 if you have the ANSI C header files. */
  108. #define STDC_HEADERS 1
  109.  
  110. /* Enable extensions on AIX 3, Interix.  */
  111. #ifndef _ALL_SOURCE
  112. # define _ALL_SOURCE 1
  113. #endif
  114. /* Enable GNU extensions on systems that have them.  */
  115. #ifndef _GNU_SOURCE
  116. # define _GNU_SOURCE 1
  117. #endif
  118. /* Enable threading extensions on Solaris.  */
  119. #ifndef _POSIX_PTHREAD_SEMANTICS
  120. # define _POSIX_PTHREAD_SEMANTICS 1
  121. #endif
  122. /* Enable extensions on HP NonStop.  */
  123. #ifndef _TANDEM_SOURCE
  124. # define _TANDEM_SOURCE 1
  125. #endif
  126. /* Enable general extensions on Solaris.  */
  127. #ifndef __EXTENSIONS__
  128. # define __EXTENSIONS__ 1
  129. #endif
  130.  
  131.  
  132. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  133.    significant byte first (like Motorola and SPARC, unlike Intel). */
  134. #if defined AC_APPLE_UNIVERSAL_BUILD
  135. # if defined __BIG_ENDIAN__
  136. #  define WORDS_BIGENDIAN 1
  137. # endif
  138. #else
  139. # ifndef WORDS_BIGENDIAN
  140. /* #  undef WORDS_BIGENDIAN */
  141. # endif
  142. #endif
  143.  
  144. /* Number of bits in a file offset, on hosts where this is settable. */
  145. #define _FILE_OFFSET_BITS 64
  146.  
  147. /* Define for large files, on AIX-style hosts. */
  148. /* #undef _LARGE_FILES */
  149.  
  150. /* Define to 1 if on MINIX. */
  151. /* #undef _MINIX */
  152.  
  153. /* Define to 2 if the system does not provide POSIX.1 features except with
  154.    this defined. */
  155. /* #undef _POSIX_1_SOURCE */
  156.  
  157. /* Define to 1 if you need to in order for `stat' and other things to work. */
  158. /* #undef _POSIX_SOURCE */
  159.  
  160. #if defined(__i386__) && !defined(GRUB_UTIL)
  161. #define NESTED_FUNC_ATTR __attribute__ ((__regparm__ (1)))
  162. #else
  163. #define NESTED_FUNC_ATTR
  164. #endif
  165.